object FormConnect: TFormConnect Left = 291 Top = 139 BorderStyle = bsDialog Caption = 'Param'#232'tres de connexion' ClientHeight = 212 ClientWidth = 339 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object SC_Line5: TSC_Line Left = 0 Top = 178 Width = 339 Height = 34 BorderShape = bsTopLine Align = alBottom end object Label5: TLabel Left = 14 Top = 20 Width = 66 Height = 14 Caption = 'Serveur Smtp' end object Label6: TLabel Left = 14 Top = 50 Width = 22 Height = 14 Caption = 'Port ' end object LabelIdentifiant: TLabel Left = 14 Top = 80 Width = 65 Height = 14 Caption = 'Mot de passe' end object LabelNomEmetteur: TLabel Left = 14 Top = 110 Width = 88 Height = 14 Caption = 'Nom de l'#39#233'metteur ' end object Label1: TLabel Left = 14 Top = 140 Width = 91 Height = 14 Caption = 'Email de l'#39#233'metteur ' end object ButtonOk: TButton Left = 84 Top = 184 Width = 75 Height = 22 Caption = '&Ok' Default = True ModalResult = 1 TabOrder = 5 end object ButtonCancel: TButton Left = 171 Top = 184 Width = 75 Height = 22 Cancel = True Caption = '&Annuler' ModalResult = 2 TabOrder = 6 end object EditHost: TEdit Left = 108 Top = 17 Width = 215 Height = 22 TabOrder = 0 Text = 'smtp.wanadoo.fr' end object SpinEditPort: TSpinEdit Left = 108 Top = 47 Width = 215 Height = 23 MaxValue = 0 MinValue = 0 TabOrder = 1 Value = 25 end object EditIdentifiant: TEdit Left = 108 Top = 77 Width = 215 Height = 22 PasswordChar = '*' TabOrder = 2 end object EditNomEmetteur: TEdit Left = 108 Top = 107 Width = 215 Height = 22 TabOrder = 3 end object EditMail: TEdit Left = 108 Top = 137 Width = 215 Height = 22 TabOrder = 4 end end